JavaScript
{dialog.object}logout Method
Syntax
{dialog.Object}.logout()
Description
Logs a user out. For use in a UX with Integrated Login or AppLauncher component.
Discussion
The logout() method logs the user out of the Alpha Anywhere security framework.
The user must have logged in using this UX component with integrated login or must have logged in using the AppLauncher component.
//Log user out
{dialog.object}.logout();Limitations
For use in a UX Component using Integrated Login
See Also